home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / misc / webspe / webspeed.exe / 0 / RCDATA / TMTU_DIALOG / TMTU_DIALOG.txt < prev   
Text File  |  1997-07-08  |  1KB  |  73 lines

  1. object MTU_Dialog: TMTU_Dialog
  2.   Left = 375
  3.   Top = 337
  4.   ActiveControl = NewValMTU
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'New MTU Setting'
  8.   ClientHeight = 116
  9.   ClientWidth = 204
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 204
  23.     Height = 116
  24.     Align = alClient
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     BevelWidth = 2
  28.     TabOrder = 0
  29.     object Label1: TLabel
  30.       Left = 13
  31.       Top = 23
  32.       Width = 94
  33.       Height = 13
  34.       Caption = 'New Value for MTU'
  35.     end
  36.     object Label2: TLabel
  37.       Left = 10
  38.       Top = 50
  39.       Width = 186
  40.       Height = 13
  41.       Alignment = taCenter
  42.       Caption = '(MTU should be greater than 512)'
  43.     end
  44.     object NewValMTU: TEdit
  45.       Left = 119
  46.       Top = 18
  47.       Width = 67
  48.       Height = 21
  49.       TabOrder = 2
  50.     end
  51.     object BtnMTU_OK: TButton
  52.       Left = 15
  53.       Top = 75
  54.       Width = 75
  55.       Height = 25
  56.       Caption = '&OK'
  57.       Default = True
  58.       TabOrder = 0
  59.       OnClick = BtnMTU_OKClick
  60.     end
  61.     object BtnMTU_Cancel: TButton
  62.       Left = 115
  63.       Top = 75
  64.       Width = 75
  65.       Height = 25
  66.       Caption = '&Cancel'
  67.       ModalResult = 2
  68.       TabOrder = 1
  69.       OnClick = BtnMTU_CancelClick
  70.     end
  71.   end
  72. end
  73.